home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / bimod125.zip / BIMODEM.SLT < prev    next >
Text File  |  1991-09-22  |  785b  |  19 lines

  1. //  ________________________________________________________________________
  2. // |                                                                        |
  3. // | A Sample Script file for use with Telix 3.10                           |
  4. // |                                                                        |
  5. // | This script will simply execute BiMenu, from there you will have       |
  6. // | complete control of all aspects of installing and running BiModem.     |
  7. // |________________________________________________________________________|
  8. //
  9. //  Very simple yet it really helps.  now if you execute this script from
  10. //  Telix, it should do the trick.  Feel free to enhance this as there are
  11. //  many directions you could take.
  12. //
  13.  
  14. main()
  15.  
  16. {
  17.  dos("BiMenu",0);
  18. }
  19.